Name the renamed collection in fly_footprint docs - #46
Merged
Conversation
stac-dem-bc became stac-elevation-bc (NewGraphEnvironment/stac_dem_bc#34). Documentation only -- fly does not query the catalogue, it takes a COG URL the caller already has, and the S3 bucket keeps its old name so no href in any example changes. devtools::document() rewrote only the one .Rd line; NAMESPACE is untouched at 9 exports. Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01WTTLWXTm7bCZ97gCL26o21
NewGraphEnvironment
added a commit
that referenced
this pull request
Sep 1, 2026
Memory audit, second pass. 2 entries plus the index; 0 migrations — both were dispositioned in the pass an hour earlier and nothing has accumulated since. | Action | Count | Detail | |---|---|---| | migrate | 0 | nothing new since the previous audit | | skip — canonical doc exists | 1 | the fly#38 answer, in `inst/notes/georeferencing.md` | | keep in memory — user | 1 | `concurrent-soul-sessions` | | keep in memory — infrastructure identity | 1 | `georef-ground-truth`, already reduced to identity only | | update CLAUDE.md project section | 1 | this commit | The one finding is a stale-state check, not a memory migration: `data-raw/georef_calibrate-corner_mapping.R` was not named in Architecture while its siblings `make_camera_formats.R` and `make_testdata.R` are, and it is the script that reproduces the three measurements the note describes. Two probes were wrong before they were right, both worth recording: - Comparing `ls R/` against the Architecture list reported that CLAUDE.md names NONE of the 11 R files. It names three. The `ls` output carried ANSI colour codes from a shell alias — the trap `code-check.md` documents — so every comparison mismatched. The tell was that the answer was obviously false. - The rewrite used `mapfile`, which macOS bash 3.2 does not have, and reported 0 files. Re-run with `find` and a plain loop, with controls asserting a known-present and a known-absent filename: 3 of 11 named, by design — Architecture is a curated list of where the non-obvious things live, not a manifest. Also checked and clean: no file outside the soul appendix and the #9 PWF archive names the old `stac-dem-bc` collection after PR #46's rename; `DESCRIPTION` 0.7.1 matches tag v0.7.1. The appendix hits are the *repo* name `stac_dem_bc`, which did not change, and the archive is history rather than drift. Recipe: NewGraphEnvironment/soul#47 Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01GBKqedyBysV7hB4DuL98ZR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation only.
stac-dem-bcbecamestac-elevation-bc(NewGraphEnvironment/stac_dem_bc#34), andfly_footprint's@param demmentions it by name.flydoes not query the catalogue — it takes a COG URL the caller already has — and the S3 bucket keeps its old name, so no href in any example changes. Nothing functional here.devtools::document()rewrote only the one.Rdline; NAMESPACE is untouched at 9 exports.🤖 Generated with Claude Code
https://claude.ai/code/session_01WTTLWXTm7bCZ97gCL26o21